dvb_attr_names

@brief Returns an string array with the valid string values associated with a DVBv5 command @ingroup frontend

@param cmd DVBv5 or libdvbv5 property

@return it returns a string array that corresponds to the names associated with the possible values for that property, when available. For example: dvb_cmd_name(DTV_CODE_RATE_HP) would return an array with the possible values for the code rates: { "1/2", "2/3", ... NULL } @note The array always ends with NULL.

extern (C)
const(char*)*
dvb_attr_names
(
int cmd
)

Meta